バージョン

NumericEditor(String,String,Object,Object) メソッド

NumericEditor を設定するヘルパー。
シンタックス
'宣言
 
Public Overloads Function NumericEditor( _
   ByVal id As System.String, _
   ByVal name As System.String, _
   ByVal value As System.Object, _
   ByVal htmlAttributes As System.Object _
) As NumericEditorWrapper
public NumericEditorWrapper NumericEditor( 
   System.string id,
   System.string name,
   System.object value,
   System.object htmlAttributes
)

パラメータ

id
コントロールの ID とフィールドの名前。
name
フィールド入力の名前。
value
エディターの値
htmlAttributes
HtmlAttributes プロパティのセッター。

戻り値の型

NumericEditorWrapper の新しいインスタンス。
参照

オンラインで表示: GitHub